﻿<!--
    body {
        font-family: Arial, sans-serif;
    }
    
    h1 {
        font-size: 20pt;
        font-style: italic;
        text-align: center;
    }

    h2 {
        font-size: 18pt;
        text-align: left;
    }
    
    h3 {
        font-size: 12pt;
        text-align: center;
    }

           
    thead td {
        font-size: 12pt;
        font-weight: bold;
        font-variant: small-caps;
        text-align: left;
        background-color: rgb(255,200,200);
    }

    td {
        background-color: rgb(235,235,255);
        font-size: 12pt;
        font-weight: normal;
	  }

    th {
        background-color: lightgrey;
        font-size: 12pt;
        font-weight: normal;
        text-align: left;
	padding-left: 5pt;
	padding-right: 5pt;
    }

-->

